/* ---------- logowanie ------------ */

#loginBox {
	display:none;
	width: 420px;
	max-width: 90%;
	position: fixed;
	top: 15%;
	left: 50%;
	margin-left:-210px;
	padding: 0px 30px;
	border: solid 6px rgb(141,154,166);
	border-radius:0.8ex;
	background-color: #fff;
	font-size: 1.2em;
	line-height:160%;
	box-shadow: 5px 5px 10px rgb(178,187,195);
	z-index: 6;
}
#loginBox input {
	width: 120px;
}
#loginBox img {
	float:right; margin-top:12px; margin-right:-20px;
}
